}
/**
- * gtk_drag_get_source_widget: (method)
+ * gtk_drag_get_source_widget:
* @context: a (destination side) drag context
*
* Determines the source widget for a drag.
}
/**
- * gtk_drag_finish: (method)
+ * gtk_drag_finish:
* @context: the drag context
* @success: a flag indicating whether the drop was successful
* @time_: the timestamp from the #GtkWidget::drag-drop signal
}
/**
- * gtk_drag_set_icon_widget: (method)
+ * gtk_drag_set_icon_widget:
* @context: the context for a drag. (This must be called
with a context for the source side of a drag)
* @widget: a widget to use as an icon
}
/**
- * gtk_drag_set_icon_surface: (method)
+ * gtk_drag_set_icon_surface:
* @context: the context for a drag (This must be called
* with a context for the source side of a drag)
* @surface: the surface to use as icon
}
/**
- * gtk_drag_set_icon_texture: (method)
+ * gtk_drag_set_icon_texture:
* @context: the context for a drag (This must be called
* with a context for the source side of a drag)
* @texture: the #GdkTexture to use as icon
}
/**
- * gtk_drag_set_icon_name: (method)
+ * gtk_drag_set_icon_name:
* @context: the context for a drag (This must be called
* with a context for the source side of a drag)
* @icon_name: name of icon to use
}
/**
- * gtk_drag_set_icon_gicon: (method)
+ * gtk_drag_set_icon_gicon:
* @context: the context for a drag (This must be called
* with a context for the source side of a drag)
* @icon: a #GIcon
}
/**
- * gtk_drag_set_icon_default: (method)
+ * gtk_drag_set_icon_default:
* @context: the context for a drag (This must be called
* with a context for the source side of a drag)
*